home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / terminal.sit / Terminal 1.7 / card_2924.txt < prev    next >
Text File  |  1988-11-14  |  10KB  |  493 lines

  1. -- card: 2924 from stack: in.7
  2. -- bmap block id: 4829
  3. -- flags: 0000
  4. -- background id: 2737
  5. -- name: Screen
  6. ----- HyperTalk script -----
  7. on idle
  8.   global handle,comm,mode,string,len
  9.   if comm is 5 then
  10.     put RickTerminal(3,handle,mode,string,len) into handle
  11.     put empty into string
  12.     put 0 into len
  13.   end if
  14.   put the time into bkgnd field "Time"
  15. end idle
  16.  
  17.  
  18.  
  19. -- part 2 (button)
  20. -- low flags: 00
  21. -- high flags: 8004
  22. -- rect: left=3 top=274 right=290 bottom=21
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 1
  26. -- font id: 0
  27. -- text size: 12
  28. -- style flags: 0
  29. -- line height: 16
  30. -- part name: 1
  31. ----- HyperTalk script -----
  32. on mouseUp
  33.   global string,len
  34.   put card field "1" & return into string
  35.   put the length of string into len
  36. end mouseUp
  37.  
  38.  
  39.  
  40. -- part 3 (button)
  41. -- low flags: 00
  42. -- high flags: 8004
  43. -- rect: left=3 top=291 right=307 bottom=21
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: 2
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   global string,len
  55.   put card field "2" & return into string
  56.   put the length of string into len
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 4 (button)
  62. -- low flags: 00
  63. -- high flags: 8004
  64. -- rect: left=3 top=308 right=324 bottom=21
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: 3
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   global string,len
  76.   put card field "3" & return into string
  77.   put the length of string into len
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 5 (button)
  83. -- low flags: 00
  84. -- high flags: 8004
  85. -- rect: left=3 top=325 right=341 bottom=21
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: 4
  94. ----- HyperTalk script -----
  95. on mouseUp
  96.   global string,len
  97.   put card field "4" & return into string
  98.   put the length of string into len
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 6 (button)
  104. -- low flags: 00
  105. -- high flags: 8004
  106. -- rect: left=222 top=325 right=341 bottom=240
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: 8
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   global string,len
  118.   put card field "5" & return into string
  119.   put the length of string into len
  120. end mouseUp
  121.  
  122.  
  123.  
  124. -- part 7 (button)
  125. -- low flags: 00
  126. -- high flags: 8004
  127. -- rect: left=222 top=308 right=324 bottom=240
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: 7
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   global string,len
  139.   put card field "6" & return into string
  140.   put the length of string into len
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part 8 (button)
  146. -- low flags: 00
  147. -- high flags: 8004
  148. -- rect: left=222 top=291 right=307 bottom=240
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 0 / 0
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: 6
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   global string,len
  160.   put card field "7" & return into string
  161.   put the length of string into len
  162. end mouseUp
  163.  
  164.  
  165.  
  166. -- part 9 (button)
  167. -- low flags: 00
  168. -- high flags: 8004
  169. -- rect: left=222 top=274 right=290 bottom=240
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 1
  173. -- font id: 0
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: 5
  178. ----- HyperTalk script -----
  179. on mouseUp
  180.   global string,len
  181.   put card field "8" & return into string
  182.   put the length of string into len
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 10 (field)
  188. -- low flags: 00
  189. -- high flags: 0004
  190. -- rect: left=24 top=274 right=291 bottom=212
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 0
  194. -- font id: 3
  195. -- text size: 9
  196. -- style flags: 256
  197. -- line height: 12
  198. -- part name: 1
  199.  
  200.  
  201. -- part 11 (field)
  202. -- low flags: 00
  203. -- high flags: 0004
  204. -- rect: left=24 top=291 right=308 bottom=212
  205. -- title width / last selected line: 0
  206. -- icon id / first selected line: 0 / 0
  207. -- text alignment: 0
  208. -- font id: 3
  209. -- text size: 9
  210. -- style flags: 256
  211. -- line height: 12
  212. -- part name: 2
  213.  
  214.  
  215. -- part 12 (field)
  216. -- low flags: 00
  217. -- high flags: 0004
  218. -- rect: left=24 top=308 right=325 bottom=212
  219. -- title width / last selected line: 0
  220. -- icon id / first selected line: 0 / 0
  221. -- text alignment: 0
  222. -- font id: 3
  223. -- text size: 9
  224. -- style flags: 256
  225. -- line height: 12
  226. -- part name: 3
  227.  
  228.  
  229. -- part 13 (field)
  230. -- low flags: 00
  231. -- high flags: 0004
  232. -- rect: left=24 top=325 right=342 bottom=212
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 0 / 0
  235. -- text alignment: 0
  236. -- font id: 3
  237. -- text size: 9
  238. -- style flags: 256
  239. -- line height: 12
  240. -- part name: 4
  241.  
  242.  
  243. -- part 14 (field)
  244. -- low flags: 00
  245. -- high flags: 0004
  246. -- rect: left=244 top=325 right=342 bottom=432
  247. -- title width / last selected line: 0
  248. -- icon id / first selected line: 0 / 0
  249. -- text alignment: 0
  250. -- font id: 3
  251. -- text size: 9
  252. -- style flags: 256
  253. -- line height: 12
  254. -- part name: 8
  255.  
  256.  
  257. -- part 15 (field)
  258. -- low flags: 00
  259. -- high flags: 0004
  260. -- rect: left=244 top=308 right=325 bottom=432
  261. -- title width / last selected line: 0
  262. -- icon id / first selected line: 0 / 0
  263. -- text alignment: 0
  264. -- font id: 3
  265. -- text size: 9
  266. -- style flags: 256
  267. -- line height: 12
  268. -- part name: 7
  269.  
  270.  
  271. -- part 16 (field)
  272. -- low flags: 00
  273. -- high flags: 0004
  274. -- rect: left=244 top=291 right=308 bottom=432
  275. -- title width / last selected line: 0
  276. -- icon id / first selected line: 0 / 0
  277. -- text alignment: 0
  278. -- font id: 3
  279. -- text size: 9
  280. -- style flags: 256
  281. -- line height: 12
  282. -- part name: 6
  283.  
  284.  
  285. -- part 17 (field)
  286. -- low flags: 00
  287. -- high flags: 0004
  288. -- rect: left=244 top=274 right=291 bottom=432
  289. -- title width / last selected line: 0
  290. -- icon id / first selected line: 0 / 0
  291. -- text alignment: 0
  292. -- font id: 3
  293. -- text size: 9
  294. -- style flags: 256
  295. -- line height: 12
  296. -- part name: 5
  297.  
  298.  
  299. -- part 19 (button)
  300. -- low flags: 00
  301. -- high flags: 8004
  302. -- rect: left=437 top=272 right=287 bottom=505
  303. -- title width / last selected line: 0
  304. -- icon id / first selected line: 0 / 0
  305. -- text alignment: 1
  306. -- font id: 0
  307. -- text size: 12
  308. -- style flags: 0
  309. -- line height: 16
  310. -- part name: Setup ...
  311. ----- HyperTalk script -----
  312. on mouseUp
  313.   visual effect wipe right
  314.   go to card "Setup"
  315. end mouseUp
  316.  
  317.  
  318.  
  319. -- part 20 (button)
  320. -- low flags: 00
  321. -- high flags: 8000
  322. -- rect: left=437 top=303 right=321 bottom=466
  323. -- title width / last selected line: 0
  324. -- icon id / first selected line: 0 / 0
  325. -- text alignment: 1
  326. -- font id: 0
  327. -- text size: 12
  328. -- style flags: 0
  329. -- line height: 16
  330. -- part name: OFF
  331. ----- HyperTalk script -----
  332. on mouseUp
  333.   global comm
  334.   put 1 into comm
  335.   put return & "ΓÇó" into card field id 24
  336. end mouseUp
  337.  
  338.  
  339.  
  340. -- part 21 (button)
  341. -- low flags: 00
  342. -- high flags: 8000
  343. -- rect: left=437 top=289 right=305 bottom=466
  344. -- title width / last selected line: 0
  345. -- icon id / first selected line: 0 / 0
  346. -- text alignment: 1
  347. -- font id: 0
  348. -- text size: 12
  349. -- style flags: 0
  350. -- line height: 16
  351. -- part name: ON
  352. ----- HyperTalk script -----
  353. on mouseUp
  354.   global comm
  355.   put 5 into comm
  356.   put "ΓÇó" into card field id 24
  357. end mouseUp
  358.  
  359.  
  360.  
  361. -- part 24 (field)
  362. -- low flags: 01
  363. -- high flags: 0000
  364. -- rect: left=465 top=291 right=318 bottom=479
  365. -- title width / last selected line: 0
  366. -- icon id / first selected line: 0 / 0
  367. -- text alignment: 0
  368. -- font id: 3
  369. -- text size: 12
  370. -- style flags: 0
  371. -- line height: 12
  372. -- part name: 
  373.  
  374.  
  375. -- part contents for background part 2
  376. ----- text -----
  377. 8:53 PM
  378.  
  379. -- part contents for card part 11
  380. ----- text -----
  381. Ricardo
  382.  
  383. -- part contents for card part 10
  384. ----- text -----
  385. ATDT 231-0180
  386.  
  387. -- part contents for card part 12
  388. ----- text -----
  389. Batista
  390.  
  391. -- part contents for card part 1
  392. ----- text -----
  393.  
  394.  
  395.  Now enter a password you would like to use.  IT MUST BE AT
  396.  LEAST 4 CHARACTERS LONG AND UP TO 8 CHARACTERS LONG.
  397.  Lower and uppercase letters are the same, and you may also use
  398.  numbers and symbols like '=' and '*'.  REMEMBER THIS PASSWORD!
  399.  
  400.  
  401.  What is your password? 
  402.  
  403.  
  404. h   F            }l /Y          -   v7                  
  405.  
  406.  
  407.  Type it again to be sure I've got it correct-> *
  408.  
  409.  FAILED TO MATCH!  TRY AGAIN.
  410.  
  411.  
  412.  Now enter a password you would like to use.  IT MUST BE AT
  413.  LEAST 4 CHARACTERS LONG AND UP TO 8 CHARACTERS LONG.
  414.  Lower and uppercase letters are the same, and you may also use
  415.  numbers and symbols like '=' and '*'.  REMEMBER THIS PASSWORD!
  416.  
  417.  
  418.  What is your password? yy -  j  7 I              y
  419.  
  420.  
  421.  Type it again to be sure I've got it correct-> ****
  422.  
  423.  FAILED TO MATCH!  TRY AGAIN.
  424.  
  425.  
  426.  Now enter a password you would like to use.  IT MUST BE AT
  427.  LEAST 4 CHARACTERS LONG AND UP TO 8 CHARACTERS LONG.
  428.  Lower and uppercase letters are the same, and you may also use
  429.  numbers and symbols like '=' and '*'.  REMEMBER THIS PASSWORD!
  430.  
  431.  
  432.  What is
  433. yyyy your password?       ob T  Nh   Y?   i                  
  434.  
  435.  
  436.  Type it again to be sure I've got it correct-> ****
  437.  
  438.  
  439.  FAILED TO MATCH!  TRY AGAIN.
  440.  
  441.  
  442.  Now enter a password you would like to use.  IT MUST BE AT
  443.  LEAST 4 CHARACTERS LONG AND UP TO 8 CHARACTERS LONG.
  444.  Lower and uppercase letters are the same, and you may also use
  445.  numbers and symbols like '=' and '*'.  REMEMBER THIS PASSWORD!
  446.  
  447.  
  448.  What is your password?      m   u _  "   ;     ~  L                                                                        
  449.  
  450.  
  451.  Type it again to be sure I've got it correct->  **  *  *  *  ** *                       
  452.     
  453.  
  454.  FAILED TO MATCH!
  455.  
  456.  
  457.  Thank you for calling!
  458.  
  459.  Please hang up your phone now.
  460.  
  461.  
  462.  Red Ryder Host, Copyright (C) 1986,87 The FreeSoft Company
  463.  10828 Lacklink, St. Louis, MO 63114.  All rights reserved
  464.  Voice: (314)423-2190.  Written by Scott Watson.  Version 1.4
  465.  
  466.  +++    d 
  467.  NO CARRIER
  468.  
  469.  
  470.  
  471. -- part contents for background part 1
  472. ----- text -----
  473. Hyper Terminal 1.7 by Ricardo Batista
  474.  
  475. -- part contents for card part 24
  476. ----- text -----
  477. ΓÇó
  478.  
  479. -- part contents for card part 17
  480. ----- text -----
  481. To edit these fields, click on the
  482.  
  483. -- part contents for card part 16
  484. ----- text -----
  485. OFF button, then edit and click
  486.  
  487. -- part contents for card part 15
  488. ----- text -----
  489. on the ON button. Next version :
  490.  
  491. -- part contents for card part 14
  492. ----- text -----
  493. File Transfers !!!!!